﻿@charset "utf-8";

/*        准备工作           */

a {
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #a12038;
}

img {
	vertical-align: middle;
}

html {
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
	font-family: "微软雅黑";
	background-color: #fafafb;
	overflow: hidden;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #dba9a9;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #dba9a9;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #dba9a9;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #dba9a9;
	opacity: 1;
}
/* 常用属性类名  */

.ellipsis {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.cn-ff{
	font-family: "微软雅黑";
}
.en-ff{
	font-family: arial;
}

/* 首页  */

.header-box {
	width: 100%;
	height: 180px;
	background-color: #a12038;
}

.header-top {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
}

.header-top .nav-logo {
	float: left;
	width: 700px;
}

.header-top .nav-logo img {
	width: 100%;
}

.header-top .header-right {
	float: right;
	width: 300px;
	height: 130px;
	position: relative;
	overflow: hidden;
}
.login-box{
	position: absolute;
	z-index: 1;
	top: 26px;
	right: 0;
	color: #feaebd;
}
.login-box a{
	color: #feaebd;
}
.login-box a:hover{
	color: #fff;
}
.header-search-form{
	position: absolute;
	z-index: 1;
	top: 68px;
	right: 0;
	overflow: hidden;
}
.h-search-txt{
	width: 184px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #feaebd;
	border-right: none;
	padding-left: 12px;
	float: left;
	background: none;
	color: #fff;
}
.h-search-btn{
	float: left;
	width: 36px;
	height: 30px;
	background: url(../images/icon-search.png);
	border: none;
	cursor: pointer;
}
.pc-nav {
	width: 100%;
	height: 50px;
	background: #f4f5f8;
	-webkit-box-shadow: 0 2px 5px #ddd;
	box-shadow: 0 2px 5px #ddd;
}

.pc-nav-in {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.pc-nav-item {
	float: left;
	width: 12.5%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}

.pc-nav-item>a {
	display: inline-block;
	position: relative;
	height: 50px;
	padding: 0 6px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #333333;
}

.pc-nav-item>a:hover, .pc-nav-item.current>a{
	color: #A12038;
	
}
.pc-nav-item>a:hover:after, .pc-nav-item.current>a:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 3px;
	background-color: #A12038;
}

.section{
	width: 100%;
}
.section-in{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.section-in-title{
	line-height: 32px;
	border-bottom: 2px solid #d2d2d2;
}
.section-in-title .iconfont{
	color: #A12038;
	font-size: 26px;
	display: inline-block;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}
.section-in-title .section-title-cn{
	font-size: 20px;
	color: #333;
	padding: 0 6px;
	
}
.section-in-title .section-title-en{
	font-size: 16px;
	color: #bbbbbb;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	
}
.section-title-more{
	float: right;
	font-size: 16px;
	color: #333;
	
}
.news-box{
	padding: 12px 0;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}
.hot-news-swiper-box {
	width: 460px;
	height: 270px;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.hot-news-swiper-box .swiper-container{
	position: relative;
	width: 460px;
	height: 270px;
	overflow: hidden;
}
.hot-news-swiper-box .swiper-wrapper{
	position: relative;
	display: block;
	width: 99999px; 
	height: 270px;
	z-index: 2; 
	left: 0; 
	top: 0;
	overflow: hidden;
}
.hot-news-swiper-box .swiper-wrapper .swiper-slide{
	float: left;
	position: relative;
	width: 460px;
	height: 270px;
	overflow: hidden;
}
.hot-news-swiper-box .swiper-wrapper .swiper-slide img{
	width: 460px;
	height: 270px;
}
.hot-news-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	z-index: 2;
}

.hot-news-title span {
	display: inline-block;
	padding-left: 6px;
	width: 350px;
	height: 24px;
}

.hot-news-swiper-box  .swiper-pagination-bullets {
	position: absolute;
	width: 100%;
	left: auto;
	right: 4px;
	bottom: 2px;
	text-align: right;
	z-index: 999;
}

.hot-news-swiper-box .swiper-pagination-bullet {
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	text-align: center;
	font-size: 14px;
	background: #fff;
	opacity: 1;
	line-height: 16px;
	color: #000;
}

.hot-news-swiper-box .swiper-pagination-bullet.current {
	background: #FF4646;
	color: #fff;
}

.hot-news-swiper-box .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.hot-news-list{
	float: right;
	width: 520px;
	overflow: hidden;
}
.hot-news-list .hot-item a{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}
.hot-news-list .hot-item:last-of-type a{
	margin-bottom: 0;
}
.hot-news-list .hot-item a:hover{
	color: #A12038;
}
.hot-news-list .hot-item span{
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
.hot-news-list .hot-item .news-arr{
	width: 18px;
	text-align: center;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}
.hot-news-list .hot-item .news-intro{
	display: inline-block;
	width: 400px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} 
.hot-news-list .hot-item span.news-time{
	float: right;
}
.linkb{
	font-weight:600;
}
.announcement-box{
	padding: 20px 0 ;
	overflow: hidden;
}
.announcement-box-left{
	float: left;
	width: 610px;
	border: 1px solid #d2d2d2;
	padding:6px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.announcement-list{
	margin-top: 30px;
}
.announcement-item{
	margin-bottom: 27px;
	overflow: hidden;
}
.announcement-time{
	float: left;
	width: 70px;
	height: 70px;
	background-color: #edeff3;
	color: #A12038;
	text-align: center;
}
.announcement-time .date{
	font-size: 20px;
	font-weight: bold;
}
.announcement-text{
	float: right;
	width: 480px;
}
.announcement-title{
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
}
.announcement-intro{
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.announcement-item:hover .announcement-title
{
	color: #A12038;
}

.announcement-box-right{
/*	float: right;
	width: 383px;*/
	overflow: hidden;
}
.color-sqaure{
	float: left;
	margin-left: 7px;
	margin-bottom: 7px;
	width: 240px;
	height: 184px;
	position: relative;
	text-align: center;
	color: #fff;
}
.color-sqaure:hover{
	color: #fff;
}
.color-sqaure .iconfont{
	font-size: 64px;
	line-height: 130px;
}
.color-sqaure span{
	font-size: 18px;
}
.color-sqaure.apply{
	background-color: #126fc2;
}
.color-sqaure.message{
	background-color: #66b031;
}
.color-sqaure.login{
	background-color: #f7b72c;
}
.color-sqaure.contact{
	background-color: #00988d;
}

.sqaure-contact-box{
	position: absolute;
	width: 184px;
	height: 184px;
	right: -290px;
	top: 0;
	z-index: 1;
	background-color: #00988d;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sqaure-contact-box p{
	float: left;
	width: 176px;
	text-align: center;
}
.sqaure-contact-box p img{
	margin: 12px 0;
}
.color-sqaure.contact:hover .sqaure-contact-box{
	right:0;
}

.register-section{
	background-color: #f4f5f8;
}
.register-list{
	padding: 20px 0;
	overflow: hidden;
	width: 1020px;
	margin-left: -20px;
}
.register-item{
	float: left;
	width: 320px;
	margin-left: 20px;
}
.register-title{
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}
.register-intro{
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
}
.admissions-list{
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}
.admissions-item{
	float: left;
	width: 480px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.admissions-item:nth-of-type(2n){
	margin-right: 0;
	margin-left: 20px;
}
.admissions-item-img{
	float: left;
	margin-right: 30px;
}
.admissions-text{
	float: left;
	width: 290px;
}
.admissions-title{
	font-size: 16px;
	margin-bottom: 20px;
}
.admissions-intro{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 66px;
	overflow: hidden;
}
.admissions-time{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.experimental-section{
	float:left;
	width: 480px;
	
}
.experimental-item{
	line-height: 56px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
.experimental-item span{
	float: left;
	padding-right: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.experimental-item .month{
	font-size: 20px;
	color: #333;
}

.experimental-intro{
	display: inline-block;
	width: 310px;
}

.common-section{
	float: right;
}
.common-section-in{
	padding-bottom: 26px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.friendly-list{
	width: 1012px;
	margin-left: -12px;
	padding: 30px 0;
	overflow: hidden;
}
.friendly-item{
	float: left;
	width: 190px;
	margin-left: 12px;
}
.footer{
	background-color: #dedfe4;
	padding: 16px 0;
}
.footer-in{
	width: 640px;
	margin: 0 auto;
}
.footer-text{
	float: right;
	padding-top: 14px;
	width: 540px;
	text-align: center;
	
}
.footer-text p{
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
/* 内页 */
body{
	position: relative;
}
.shadow-01{
	position: absolute;
	left: 350px;
	top: 480px;
	z-index: 2;
}
.shadow-02{
	position: absolute;
	right: 220px;
	top: 420px;
	z-index: 2;
}
.shadow-03{
	position: absolute;
	left: 320px;
	top: 1040px;
	z-index: 2;
}
.shadow-04{
	position: absolute;
	right: 280px;
	top: 980px;
	z-index: 2;
}
/* 新闻列表页  */
.news-sidebar{
	float: left;
	width: 250px;
	margin-right: 10px;
}

.news-sidebar-list{
	border-left: 4px solid #A12038;
	margin-bottom:30px;
}
.news-sidebar-title{
	height: 82px;
	margin-bottom: 12px;
	padding-left: 30px;
	background-color: #A12038;
	color: #fff;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.news-sidebar-title .iconfont{
	float: left;
	font-size: 40px;
	padding-right: 22px;
}
.news-sidebar-title strong{
	font-size: 24px;
	line-height: 24px;
}
.news-sidebar-title span{
	font-size: 18px;
	color: #ddcaca;
	text-transform: capitalize;
}
.news-sidebar-item a{
	display: block;
	line-height: 60px;
	position: relative;
	width: 246px;
	text-align: center;
	color: #666;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}
.news-sidebar-item a:hover,.news-sidebar-item.current a{
	background-color: #A12038;
	color: #fff;
}
.news-sidebar-item .iconfont{
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 20px;
}
.news-sidebar-item .arr{
	position: absolute;
	right: 30px;
	top: 0;
}

.recommend-sidebar-title{
	padding-left: 48px;
	background: url(../images/icon-sun.png) no-repeat left center;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
}
.recommend-sidebar-item{
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #dedede;
}
.recommend-sidebar-item p{
	font-size: 16px;
	line-height: 32px;
}
.recommend-sidebar-item p.date{
	padding-left: 24px;
	background: url(../images/icon-clock.png) no-repeat left center;
}

.news-content{
	float: right;
	width: 740px;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.news-content-title{
	font-size: 30px;
	color: #666;
	text-align: center;
	line-height: 80px;
	background: url(../images/news-title-bg.png) no-repeat;
	border-bottom: 1px solid #d2d2d2;
}
.news-list{
	padding: 40px 24px 40px 60px;
	overflow: hidden;
}
.news-item{
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
}
.news-item img{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.news-item .news-title{
	color: #333;
	font-size: 16px;
	margin-bottom: 12px;
}
.news-item .news-intro{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}
.news-item .news-time{
	color: #666;
	font-size: 14px;
}
.news-item a:hover .news-title{
	color: #A12038;
}
.simple-article{
	color: #666;
	padding:40px;
}
.simple-article .news-article-title{
	font-size: 24px;
	color: #666;
	font-weight: normal;
	text-align: center;
}
.simple-article .news-article-time{
	color: #666;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}
.simple-article .signature{
	margin-top: 40px;
	text-align: right;
}

/* login  */

.login-content{
	min-width: 100%;
	height: 1128px;
	background: url(../images/login-bg.jpg) no-repeat center center;
	position: relative;
}

.login-nav,.login-footer{
	
	width: 100%;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.login-nav .pc-nav-item>a{
	color: #fff;
}
.login-footer{
	position: absolute;
	bottom: 0;
	left: 0;
}
.login-footer .footer-text p{
	color: #fff;
}
.login-name{
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 3em;
}
.login-in{
	height: 800px;
	position: relative;
}
.login-fast-link{
	position: absolute;
    width: 285px;
    height: 250px;
    top: 150px;
    left: 28px;
}
.login-fast-link li{
	float: left;
	width: 50%;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 60px;
}
.login-form{
	position: absolute;
    width: 600px;
    height: 520px;
     top: 0px; 
    right: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.login-form h3{
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	text-align: center;
} 
.login-form h4{
	font-size: 16px;
	color: #3d95ee;
	line-height: 50px;
	text-align: center;
} 
.login-form p{
	width: 400px;
	text-align: center;
	margin: 12px auto ;
	height: 45px;
}
.login-form p span{
	display: inline-block;
	width: 100px;
	line-height: 24px;
	height: 24px;
	text-align: right;
}
.login-form p .register-alert{
	display: inline-block;
	width: 240px;
	color: #A12038;
	text-align: left;
	padding-top:5px;
	-webkit-transform: translateY(-6px);
	-ms-transform:  translateY(-6px);
	transform:  translateY(-6px);
}
.login-form p input{
	width: 240px;
	line-height: 32px;
	height: 34px;
	border: 1px solid #DEDEDE;
	background: none;
	border-radius: 16px;
/* 	color: #ccc; */
	outline: none;
	padding-left: 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.login-form p input.short{
	width: 100px;
}
.login-form p .message-code{
	display: inline-block;
	width: 130px;
	line-height: 32px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	border-radius: 16px;
}
input.btn{
	display: block;
	width: 160px;
	margin: 0 auto;
	line-height: 32px;
	color: #FFFFFF;
	border: none;
	background-color: #c92d4a;
	border-radius: 16px;
}
h5.last{
	margin-top: 30px;
	color: #666;
	padding-right: 100px;
	text-align: right;
}
h5.last a{
	font-size: 16px;
	color: #A12038;
}
.register-form{
	width: 610px;
	right: 0;
}


.register-content{
	height: 1320px;
	background: url(../images/register-bg.jpg) no-repeat center  center;
}

.register-content .login-fast-link{
	top: 140px;
    left: 48px;
}

.message-code{
	width: 130px;
	line-height: 32px;
	background-color: #adb0bb;
	color: #fff;
	text-align: center;
}
.page-location{
	padding-bottom: 0;
}

.account-content{
	float: left;
	width: 740px;
}
.account-content >div{
	border-top: 3px solid #A12038;
	margin-bottom: 30px;
}
.account-card,.account-down{
	border: 1px solid #D2D2D2;
	overflow: hidden;
	padding: 22px 16px;
}

.account-img-wrap{
	float: left;
	width: 147px;
	height: 194px;
	margin-right: 30px;
}
.card-infor{
	float: left;
	width: 510px;
}
.card-infor p{
	color: #666;
	font-size: 16px;
	margin-bottom: 19px;
}
.card-infor p span{
	color: #3981d6;
}
.card-infor p i{
	color: #3981d6;
	margin-left: 1em;
	margin-right: 0.5em;
	font-size: 20px;
}
.card-infor p i:first-of-type{
	margin-left: 0;
}
.card-infor a{
	display: inline-block;
	padding: 0 24px;
	line-height: 32px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin-right: 12px;
}
.card-infor a:hover{
	background-color: #A12038;
}
.account-tips{
	line-height: 42px;
	padding: 0 16px;
	background-color: #edeff4;
	text-align: right;
}
.account-tips span{
	padding: 0 0.25em;
}
.account-tips span i{
	color: #3981d6;
}
.account-down{
	
}
.acoount-infor-title{
	font-size: 20px;
	line-height: 44px;
	color: #666;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.acoount-infor-title .iconfont{
	color: #A12038;
	font-size: 20px;
}
.acoount-infor-title a{
	font-size: 16px;
	float: right;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);

}
.account-infor-form{
	margin-bottom: 60px;
}
.account-down .input-wrap{
	margin-bottom: 24px;
}
.account-down .input-wrap input{
	width: 220px;
	border: 1px solid #dedede;
	color: #666666;
	padding: 0 12px;
	line-height: 30px;
	background: none;
	margin-right: 1em;
	outline: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.account-down  .input-name{
	display: inline-block;
	width: 140px;
	text-align: right;
	margin-right: 1em;
}
.account-down  .input-warn{
	color: #A12038;
}
.account-infor-reset-btn{
	width: 220px;
	line-height: 32px;
	background-color: #A12038;
	color: #fff;
	border: none;
	cursor: pointer;
}

.activity-form{
	padding-top: 30px;
	float: right;
    width: 740px;
}
.activity-station{
	text-align: right;
	padding-right: 12px;
	padding-bottom: 30px;
}
.activity-form select{
	width: 150px;
	line-height: 30px;
	background-color: #fafafb;
	color: #666;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #dedede;
	outline: none;
}
.activity-form select option{
	display: block;
	background-color: #F4F5F8;
	line-height: 32px;
	outline: none;
}
.activity-box{
	padding: 30px 30px 60px;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.activity-box .activity-station{
	text-align: left;
}
.activity-box .activity-station span{
	display: inline-block;
	width: 100px;
	text-align: right;
}
.activity-box p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.activity-box p em{
	color: #A12038;
}
.query-box{
	float: right;
	margin-top: 30px;
	width: 740px;
	border: 1px solid #dedede;
	border-top: 3px solid #A12038;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.query-title{
	font-size: 16px;
	line-height: 60px;
	color: #000;
	border-bottom: 1px solid #dedede;
	text-align: center;
}
.result-title{
	font-size: 16px;
	line-height: 60px;
	color: #000;
	padding-left: 1em;
	text-align: center;
}

.consultation-form{
	float: right;
	width: 740px;
	margin-top: 30px;
}
.consultation-form h3{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.consul-title{
	display: block;
	width: 100%;
	padding-left: 1em;
	border: 1px solid #DEDEDE;
	line-height: 30px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.consul-title:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}

.consul-title::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
}

input.consul-title:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

input.consul-title::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

.consul-text{
	display: block;
	width: 100%;
	padding-left: 1em;
	border: 1px solid #DEDEDE;
	line-height: 30px;
	height: 140px;
	resize: none;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.consul-btn{
	display: block;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 24px;
	border: none;
	cursor: pointer;
	background-color: #c92d4a;
}
.message-section{
	float: right;
	width: 740px;
	overflow: hidden;
	padding-top: 50px;
}
.message-section>h3{
	font-size: 18px;
	line-height: 30px;
}
.message-box{
	border: 1px solid #dedede;
	padding: 10px 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.message-box>p{
	text-align: right;
	line-height: 28px;
	
}
.message-box>p a{
	padding: 0 0.5em;
}
.message-box>p a.current{
	color: #A12038;
}
.message-list{
	padding-bottom: 30px;
}

.message-item{
	border: 1px solid #dedede;
	overflow: hidden;
	margin-bottom: 10px;
}
.message-item-left{
	float: left;
	width: 166px;
	padding: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.message-item-left h5{
	line-height: 24px;
	margin-bottom: 12px;
}
.message-item-left h5 .message-sender{
	color: #A12038;
}
.message-item-left .send-time{
	margin-top: 12px;
	font-size: 12px;
	color: #666;
}
.message-item-left p{
	padding:14px 0 20px;
}
.message-item-left p strong{
	display: inline-block;
	position: relative;
	padding:0 2px;
	line-height: 24px;
	font-weight: normal;
	cursor: pointer;
}
.message-item-left p .iconfont{
	color: #A12038;
	font-size: 20px;
}
.message-item-left p .hover-text{
	opacity: 0;
	position: absolute;
	top: 32px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%) ;
	-ms-transform: translateX(-50%) ;
	transform: translateX(-50%) ;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.message-item-left p strong:hover .hover-text{
	opacity: 1;
}
.message-item-right{
	float: left;
	width: 537px;
	min-height: 260px;
	border-left: 1px solid #dedede;
}
.message-item-right .title{
	font-size: 16px;
	background-color: #f4f5f8;
	color: #A12038;
	line-height: 30px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}
.message-item-right .text{
	padding: 20px;
}
.message-item-right .text p{
	line-height: 28px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 12px;
	
}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #dedede;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/select-arrow.png") no-repeat scroll right center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.apply-section{
	
}
.apply-section-top{
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #dedede;
}
.apply-section-top .left-title{
	float: left;
}
.apply-section-top .left-title h3{
	font-size: 36px;
	font-weight: bold;
	color: #c92d4a;
	line-height: 48px;
}
.apply-section-top .left-title h4{
	font-size: 20px;
	color: #666666;
}
.apply-steps{
	float: right;
	padding-top: 15px;
	width: 660px;
	overflow: hidden;
}
.apply-steps strong{
	float: left;
	width: 210px;
	background-color: #3D95EE;
	color: #fff;
	text-align: center;
	line-height: 52px;
	font-weight: normal;
	margin-right: 10px;
	position: relative;
}
.apply-steps strong .number{
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #3D95EE;
	background-color: #fff;
	text-align: center;
	line-height: 24px;
	margin-right:0.5em;
	font-size: 20px;
	border-radius: 50%;
}
.apply-steps strong .name{
	font-size: 18px;
	
}
.apply-steps strong.current{
	background-color: #c92d4a;
}
.apply-steps strong.current .number{
	color: #A12038;
}
.apply-steps strong.apply-step1:after,.apply-steps strong.apply-step2:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -6px;
	top: 0;
	border-left: 6px solid #3D95EE;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
}
.apply-steps strong.apply-step2:before,.apply-steps strong.apply-step3:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0;
	border-left: 6px solid #fafafb;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
}

.apply-steps strong.current:after{
	
	border-left: 6px solid #c92d4a;
	
}
/*.apply-steps strong.current:before{
	
	border-left: 6px solid #c92d4a;
	
}*/
.apply-infor-card{
	position: relative;
	z-index: 2;
	margin-top: 50px;
	padding: 30px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	border: 1px solid #dedede;
	border-top: 3px solid #A12038;
	
}
.student-infor-card{
	position: relative;
}
.student-infor-card .title{
	font-size: 20px;
	text-align: center;
	color: #666;
	margin-bottom: 30px;
}
.student-infor-card .middle-line{

	left: 50%;
	top: 112px;
	border-left: 1px dotted #dedede;
	height: -ms-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
}
.infor-line{
	
	line-height: 30px;
	margin-bottom: 36px;
}
.infor-line .name{
	display: inline-block;
	width: 180px;
	text-align: right;
	margin-right: 10px;
	font-weight: normal;
	vertical-align: top;
}
.infor-line:nth-of-type(1) input[type=radio]{
	margin-left: 12px;
	margin-right: 4px;
}
.infor-line select,.infor-line input[type=text],.infor-line textarea{
	width: 250px;
    line-height: 30px;
    background-color: #ffffff;
    color: #666;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #dedede;
    outline: none;
    height: 30px;
}
.infor-line input[type=text].home-address{
	height: 128px;
}
.infor-line-tips{

	color: #e44841;
}
.apply-form-btn-line{
	margin: 30px auto;	
	text-align: center;
	
}
.apply-form-btn-line .apply-form-btn,.apply-form-btn-line .back{
	display:inline-block;
	width: 200px;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border: none;
	margin: 0 12px;
	background-color: #A12038;
	outline:none;
	
}
.apply-form-btn-line .back{
	background-color: #bec1cc;
}
.exam-title{
	margin: 60px 0 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 32px;
}
.exam-title span{
	display: inline-block;
	border-bottom: 2px solid #000;
}
.apply-infor-form table{
	width: 100%;
	    border-color: rgba(247, 247, 247, 0.33);
}
.apply-infor-form table th{
	line-height: 30px;
	text-align: center;
	background-color: #f3fbfe;
	border-color:#dedede;
	color: #666;
	font-size: 16px;
	border-right: none;
	border-top-color: rgba(204, 204, 204, 0.24);
	border-left-color: rgba(204, 204, 204, 0.24);
}
.apply-infor-form table th:last-of-type{
	border-right: 1px solid #dedede;
}
.apply-infor-form table td{
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	border-color:#dedede ;
	font-size: 16px;
	border-right: none;
	border-top-color: rgba(204, 204, 204, 0.24);
	border-left-color: rgba(204, 204, 204, 0.24);
	
}
.apply-infor-form table td:last-of-type{
	border-right: 1px solid #dedede;
}
.table-tips{
	text-align: right;
	color: #A12038;
	line-height: 32px;
	margin-bottom: 40px;
}
.apply-infor-form .exam-3 ,.apply-infor-form .exam-4{
	border: none;
	border-collapse:   separate;
	border-spacing: 0 3px;
}
.td-select,.apply-infor-form table td input[type=text]{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding-left: 6px;
	color: #999;
	font-size: 16px;
	background-position-x: right;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.apply-infor-form table td input[type=text]{
	padding-left: 0;
}
.td-select option{
	line-height: 36px;
}
.apply-infor-form  .intro-text{
	width: 100%;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 300px;
	line-height: 32px;
	background-color: #fff;
	padding-left: 1em;
	resize: none;
}
.apply-infor-form  .text-tips{
	font-size: 12px;
	color: #666;
	text-align: right;
	
}
.apply-infor-form .exam-1 th:last-of-type{
	width: 20%;
}
.apply-infor-form .exam-3 th{
	width: 20%;
}
.apply-infor-form .exam-4 th:first-of-type{
	width: 60%;
}
.apply-infor-form .exam-5 th:nth-of-type(2){
	width: 20%;
}
.upload-img-tab{
	margin: 20px 0;
	text-align: center;
}
.upload-img-tab li{
	display: inline-block;
	width: 180px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin:0 12px ;
	border: 1px solid #dedede;
	cursor: pointer;
}
.upload-img-tab li.current{
	color: #fff;
	background-color: #A12038;
	border-color: #A12038;
}
.upload-img-tab li .iconfont{
	padding: 0 3px;
	font-size: 24px;
}
.upload-img-item{
	display: none;
}
.upload-img-item.current{
	display: block;
}
.upload-img-box{
/* 	width: 370px; */
	height:420px;
	padding: 12px 40px;
	border: 1px dashed #dedede;
	margin: 0 auto;
}
.upload-img-box .img-wrap{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.upload-img-box .img-wrap img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.upload-img-box .img-wrap input{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.upload-img-box p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	text-align: center;
	padding: 0 40px;
	margin-top: 12px;
}

.reset-img{
	position: relative;
	
}
.reset-img input{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
}



















/*-------------------------------------
   page 翻页器
-------------------------------------*/

.wp-pagenavi {
	width: 100%;
	text-align: center;
	height: 50px;
	margin-top: 30px;
}

.wp-pagenavi:before,
.wp-pagenavi:after {
	content: "";
	display: table;
}

.wp-pagenavi:after {
	clear: both;
	overflow: hidden;
}

.wp-pagenavi span,
.wp-pagenavi .current,
.wp-pagenavi a,
.wp-pagenavi input {
	display: inline-block;
	margin: 0 2px;
	padding: 2px;
	line-height: 24px;
	min-width: 28px;
	color: #666;
	font-size: 12px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f4f5f8;
	border: 1px solid #dedede;
}

.wp-pagenavi .current {
	background: #fafafb;
	color: #000;
	
}

/*.wp-pagenavi a {
	background: #fff;
	border: 1px solid #e4eaec;
	color: #bdbdbd;
	font-size: 12px;
}

.wp-pagenavi a:hover {
	color: #e31837;
	background: #e4eaec;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-family: "Simsun";
	color: #666;
	font-weight: bold;
	background: #fff;
}
*/
.wp-pagenavi input {
	text-align: center;
	background: #fff;
	border: 1px solid #dedede;
	outline: none;
	color: #666;
	font-size: 12px;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6,
.simple-article b,
.simple-article strong {
	font-weight: bold;
}

.simple-article h1 {
	font-size: 34px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.simple-article h2 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.simple-article h3 {
	font-size: 26px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.simple-article h4 {
	font-size: 22px;
	line-height: 1.25em;
	margin-bottom: 10px;
}

.simple-article h5 {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.simple-article h6 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.simple-article p {
 	margin-bottom: 15px; 
/* 	text-indent: 2em; */
	color: #363636;
	font-size: 16px;
	line-height: 32px;
}
.simple-article img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.simple-article blockquote {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 20px 10px 45px;
	color: #666;
	line-height: 160%;
	margin-bottom: 15px;
}


/* ????”¨ */

.simple-article blockquote em {
	color: #999;
	text-align: right;
	display: block;
}

.dropcap {
	float: left;
	padding: 10px 10px 5px 0;
	font-weight: bold;
}


/* é|–?-—????2‰ */

.simple-article hr {
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	height: 1px;
	font-size: 0;
	margin: 25px 0;
	clear: both;
	*margin: 17px 0;
}

.simple-article .br {
	font-size: 0;
}


/*-------------------------------------
   List
-------------------------------------*/

.simple-article li ul,
.simple-article li ol {
	margin: 0;
}

.simple-article ul,
.simple-article ol {
	margin: 0 0 15px 0;
	padding-left: 1.5em;
	line-height: 180%;
	_margin-left: 5px;
}

.simple-article ul {
	list-style-type: disc;
}

.simple-article ul.square {
	list-style: square;
}

.simple-article ul.circle {
	list-style: circle;
}

.simple-article ol {
	list-style-type: decimal;
	*padding-left: 1.8em;
}

.simple-article dl {
	margin: 0 0 1.5em 0;
}

.simple-article dl dt {
	font-weight: bold;
}

.simple-article dd {
	margin-left: 1.5em;
}


/*-------------------------------------
   2. table
-------------------------------------*/

.simple-article table {
	border-collapse: collapse;
	border-spacing: 0;
	
	width: 100%;
	margin-bottom: 15px;
	
	
}

.simple-article table th {
	font-weight: bold;
}

.simple-article table th,
.simple-article table td {
	border: 1px solid #DDDDDD;
	line-height: 18px;
	padding: 8px;
	text-align: center;
	vertical-align: top;
}

.simple-article table colgroup+ thead tr:first-child th,
.simple-article table colgroup+ thead tr:first-child td,
.simple-article table thead:first-child tr:first-child th,
.simple-article table thead:first-child tr:first-child td {
	border-top: 0 none;
}

.simple-article table thead tr th,
.simple-article table thead tr td {
	*border-top: 0 none;
}

.simple-article .table-striped tbody tr:nth-child(2n+1) td,
.simple-article .table-striped tbody tr:nth-child(2n+1) th {
	background-color: #d9dde8;
}

.simple-article table th {
	background: #EBEBEB;
}

.simple-article .table-bordered {
	-moz-border-colors: none;
	border-collapse: separate;
	border-color: #DDDDDD #DDDDDD #DDDDDD;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
}

.simple-article .table-bordered th,
.table-bordered td {
	border-left: 1px solid #DDDDDD;
}

.simple-article .table-row thead th {
	background: #ebebeb;
}

.simple-article .table-row tbody th {
	background: #f5f5f5;
}

.simple-article .table-col {
	border-top-width: 0;
}

.simple-article .table-col tbody th {
	background: #ebebeb;
}


/*Alignment*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	clear: both;
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}